What is the role of DataReader object?
2409
27-Jan-2014
Sumit Kesarwani
27-Jan-2014A DataReader object provides forward only, read only access to a database.
The connection to the database must be open while accessing data through DataReader object.
It loads only a single row at a time in the memory.